home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_204.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  170 b   |  9 lines

  1. on mouseUp
  2.   global hilight_now, hl_mode
  3.   if hl_mode = 0 then
  4.     set hilight_now to hilight_now - 1
  5.     ChHilight(113, 70)
  6.     go("hilights_presentation")
  7.   end if
  8. end
  9.